home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / COMMUNICATION / Term-Plus / GEnie Term Setup Script < prev    next >
Text File  |  1989-11-20  |  2KB  |  105 lines

  1. @Label0
  2. AutoType "setup^M"
  3. @Label1
  4. If Prompt = "Enter #, <P>revious, or <H>elp?" Then @Label2
  5. GoTo @Label1
  6.  
  7. @Label2
  8. AutoType "2^M"
  9. @Label3
  10. If Prompt = "Which Item?" Then @Label4
  11. GoTo @Label3
  12.  
  13. @Label4
  14. AutoType "2^M"
  15. @Label5
  16. If Prompt = "New Break Character?" Then @Label6
  17. GoTo @Label5
  18.  
  19. @Label6
  20. AutoType "3^M"
  21. @Label7
  22. If Prompt = "Which Item?" Then @Label8
  23. GoTo @Label7
  24.  
  25. @Label8
  26. AutoType "3^M"
  27. @Label9
  28. If Prompt = "New Character Delete Character?" Then @Label10
  29. GoTo @Label9
  30.  
  31. @Label10
  32. AutoType "8^M"
  33. @Label11
  34. If Prompt = "Which Item?" Then @Label12
  35. GoTo @Label11
  36.  
  37. @Label12
  38. AutoType "4^M"
  39. @Label13
  40. If Prompt = "New Line Delete Character?" Then @Label14
  41. GoTo @Label13
  42.  
  43. @Label14
  44. AutoType "24^M"
  45. @Label15
  46. If Prompt = "Which Item?" Then @Label16
  47. GoTo @Label15
  48.  
  49. @Label16
  50. AutoType "5^M"
  51. @Label17
  52. If Prompt = "Please choose a number?" Then @Label18
  53. GoTo @Label17
  54.  
  55. @Label18
  56. AutoType "6^M"
  57. @Label19
  58. If Prompt = "Which Item?" Then @Label20
  59. GoTo @Label19
  60.  
  61. @Label20
  62. AutoType "6^M"
  63. @Label21
  64. If Prompt = "Host echo ON? (Y/N)     ?" Then @Label22
  65. GoTo @Label21
  66.  
  67. @Label22
  68. AutoType "y^M"
  69. @Label23
  70. If Prompt = "Which Item?" Then @Label24
  71. GoTo @Label23
  72.  
  73. @Label24
  74. AutoType "7^M"
  75. @Label25
  76. If Prompt = "New Page Width (40-132)?" Then @Label26
  77. GoTo @Label25
  78.  
  79. @Label26
  80. AutoType "80^M"
  81. @Label27
  82. If Prompt = "Which Item?" Then @Label28
  83. GoTo @Label27
  84.  
  85. @Label28
  86. AutoType "8^M"
  87. @Label29
  88. If Prompt = "New Page Length    (0 to 255)?" Then @Label30
  89. GoTo @Label29
  90.  
  91. @Label30
  92. AutoType "24^M"
  93. @Label31
  94. If Prompt = "Which Item?" Then @Label32
  95. GoTo @Label31
  96.  
  97. @Label32
  98. AutoType "10^M"
  99. @Label33
  100. If Prompt = "Enter #, <P>revious, or <H>elp?" Then @Label34
  101. GoTo @Label33
  102.  
  103. @Label34
  104. Quit
  105.